.support-mode-section{height:40px}.support-mode-section__bar{position:fixed;z-index:10000;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:inherit;background:rgba(255,59,48,.5)}.support-mode-section__logout{position:absolute;right:20px;color:#1a1b22}.support-mode-section__logout:hover{cursor:pointer;text-decoration:underline}.error-page__internal-server-description{max-width:430px}@media (max-width:768px){.error-page__internal-server-description{max-width:416px}}.error-block{display:flex;max-width:1100px;margin:auto;padding:0 10px}.error-block_layout_phone,.error-block_layout_tablet{flex-direction:column;align-items:center;padding:0 16px}.error-block__button{margin-top:50px;padding:0 40px}.button{position:relative;box-sizing:border-box;height:var(--height);padding:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .1s ease-in-out,background-color .1s ease-in-out,background .1s ease-in-out;color:#fff;border:none;border-radius:6px;outline:none;font-family:Yandex Sans,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;line-height:var(--height)}@media screen and (max-width:480px){.button{display:flex;justify-content:center;align-items:center;height:auto;min-height:var(--height);line-height:normal}}.button__text{position:relative;display:inline-block;box-sizing:border-box;margin:0 20px;resize:none;white-space:nowrap;pointer-events:none;line-height:36px}.button__text .icon{position:relative;top:6px}@media screen and (max-width:480px){.button__text{white-space:normal;word-break:break-word;line-height:24px}}.button_size_m{--height:36px}@media screen and (max-width:480px){.button_size_m{padding:6px 0}}.button_size_l{--height:50px}@media screen and (max-width:480px){.button_size_l{padding:12px 0}}.button_size_xl{--height:60px}@media screen and (max-width:480px){.button_size_xl{padding:16px 0}}.button_rounded.button_size_m{border-radius:calc(36px / 2)}.button_rounded.button_size_l{border-radius:calc(50px / 2)}.button_rounded.button_size_xl{border-radius:calc(60px / 2)}.button_has-hover-color:hover{background-color:var(--button-hover-color)}.button_view_normal{background-color:#1a1b22}.button_view_action{background-color:#02b241}.button_view_action:hover{background-color:#11c150}.button_view_transparent{color:#1a1b22;border:1px solid rgba(0,0,0,.15);background-color:transparent}.button_view_transparent:hover{border:1px solid rgba(0,0,0,.3);background-color:transparent}.button_view_transparent .button__process-dot{background:#1a1b22}.button_view_link{color:#1a1b22;border:none}.button_view_link,.button_view_link:hover{background-color:transparent}.button_view_link.button_active,.button_view_link.button_has-hover-color:hover{color:var(--button-hover-color)}.button_view_link.button_disabled{background-color:transparent}.button_view_clear{color:#1a1b22;border:none;background-color:rgba(26,27,34,.06)}.button_view_clear:hover{background-color:rgba(26,27,34,.1)}.button_view_clear.button_disabled{background-color:transparent}.button_disabled,.button_disabled.button_has-hover-color:hover,.button_disabled:hover{cursor:default;color:rgba(26,27,34,.3);border:none;background-color:rgba(26,27,34,.03)}.button_type_default{min-width:130px}.button_type_icon-button{width:36px;height:36px;border-radius:50%}.button_type_icon-button .button__text{margin:0}.button_type_icon-button.button_disabled{background-color:rgba(26,27,34,.03)}.button_type_icon-button .icon{top:6px;width:24px;height:24px}.button_type_icon{width:32px;height:32px}.button_type_icon:active{transform:scale(.95)}.button_type_icon .button__text{margin:0}.button_type_icon .icon{top:4px;width:24px;height:24px}.button_type_icon.button_theme_dark:before{background-color:hsla(0,0%,100%,0)}.button_type_icon.button_theme_dark:hover:before{background-color:hsla(0,0%,100%,.08)}.button_type_icon.button_theme_dark .button__text{color:#fff}.button__process-dot{display:inline-block;width:6px;height:6px;margin-left:4px;animation:processAnimation .9s ease-in-out infinite;animation-delay:.3s;border-radius:3px;background-color:#fff}.button__process-dot:first-of-type{margin-left:0;animation-delay:0s}.button__process-dot:last-of-type{animation-delay:.6s}.button_process,.button_process.button_disabled,.button_process.button_disabled.button_has-hover-color:hover,.button_process.button_disabled:hover{background-color:#006fe6}.button_process.button_disabled.button_has-hover-color,.button_process.button_disabled.button_has-hover-color:hover.button_has-hover-color,.button_process.button_disabled:hover.button_has-hover-color,.button_process.button_has-hover-color{background-color:var(--button-hover-color)}.button:active{transform:scale(.95)}.button_with-scaling-background,.button_with-scaling-background:hover{background-color:transparent}.button_with-scaling-background:before,.button_with-scaling-background:hover:before{transform:scale(1);background-color:rgba(26,27,34,.1)}.button_with-scaling-background:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";transition:transform .1s ease-in-out,background-color .1s ease-in-out;transform:scale(.66);border-radius:6px;background-color:rgba(26,27,34,0)}.button_with-scaling-background.button_disabled:before{transform:scale(1);background-color:rgba(26,27,34,.03)}@keyframes processAnimation{0%{opacity:.3}25%{opacity:.5}50%{opacity:.8}75%{opacity:.5}to{opacity:.3}}.error-block__content{flex:1}.error-block__description{overflow:hidden;transition:all .2s ease-in;font-family:Yandex Sans;font-size:20px;font-weight:300;line-height:30px}.error-block_layout_phone .error-block__description,.error-block_layout_tablet .error-block__description{max-width:416px;height:auto;margin:auto auto 18px;text-align:center;font-size:13px;font-weight:400;line-height:17px}.error-block_layout_phone .error-block__description{margin-bottom:8px;line-height:16px}.error-block__image{display:flex;flex:1}.error-block_layout_tablet .error-block__image{justify-content:center}.error-block_layout_tablet .error-block__image :first-child{width:235px;height:204px}.error-block_layout_phone .error-block__image{justify-content:center}.error-block_layout_phone .error-block__image :first-child{width:168px;height:150px}.error-block__link.link.link,.error-block__link.link:link,.error-block__link.link:visited{text-decoration:underline;color:#1a1b22}.link{position:relative;transition:color .2s ease-out 0s;text-decoration:none;-moz-transition:none}.link_theme_normal.link_pseudo,.link_theme_normal:link,.link_theme_normal:visited{color:#007aff}.link_theme_normal.link_pseudo:hover,.link_theme_normal:hover{transition:none;color:#ff3b30}.link_theme_black.link_pseudo,.link_theme_black:link,.link_theme_black:visited{color:#000}.link_theme_black.link_pseudo:hover,.link_theme_black:hover{transition:none;color:red}.link_theme_yellow.link_pseudo,.link_theme_yellow:link,.link_theme_yellow:visited{text-decoration:underline;color:#ffed93}.link_theme_yellow.link_pseudo:hover,.link_theme_yellow:hover{transition:none;color:#ffed7c}.link_theme_on-dark{transition:none}.link_theme_on-dark.link_pseudo,.link_theme_on-dark:link,.link_theme_on-dark:visited{color:#88ddf6}.link_theme_on-dark.link_pseudo:hover,.link_theme_on-dark:hover{transition:none;color:red}.link_theme_clean{transition:none}.link_theme_clean.link_pseudo,.link_theme_clean:active,.link_theme_clean:hover,.link_theme_clean:link,.link_theme_clean:visited{text-decoration:underline;color:#000;outline:0}.link_theme_clean:hover:after{transition:none}.link_theme_clean:after{display:none}.link_theme_abstract.link_pseudo,.link_theme_abstract:active,.link_theme_abstract:hover,.link_theme_abstract:link,.link_theme_abstract:visited{outline:0}.link_theme_abstract:after{display:none}.link_theme_ghost.link_pseudo,.link_theme_ghost:link,.link_theme_ghost:visited{color:#828282}.link_theme_ghost.link_pseudo:hover,.link_theme_ghost:hover{transition:none;color:#f32a3d}.link_disabled{cursor:default}.link_disabled.link_pseudo,.link_disabled:active,.link_disabled:hover,.link_disabled:link,.link_disabled:visited{pointer-events:none;color:inherit}.link_pseudo{cursor:pointer}.error-block__section{margin-bottom:40px}.error-block__section:last-of-type{margin-bottom:0}.error-block_layout_tablet .error-block__section{margin-bottom:18px}.error-block_layout_phone .error-block__section{margin-bottom:8px}.error-block__subtitle{display:flex;align-items:center;padding-bottom:15px;pointer-events:none;font-size:20px;line-height:23px}.error-block__subtitle-body{flex:1}.error-block_layout_phone .error-block__subtitle,.error-block_layout_tablet .error-block__subtitle{padding-bottom:4px;text-align:center;pointer-events:auto;font-size:14px;font-weight:500;line-height:17px}.error-block_layout_phone .error-block__subtitle{line-height:16px}.error-block__title{margin-bottom:48px;font-size:40px;line-height:48px}.error-block_layout_phone .error-block__title,.error-block_layout_tablet .error-block__title{max-width:416px;margin-bottom:4px;text-align:center;font-size:14px;font-weight:500;line-height:17px}.error-block_layout_phone .error-block__title{line-height:16px}body{margin:0}.error-page{display:flex;flex-direction:column;height:auto;min-height:100vh;font-family:Suisse}.error-page__header{display:flex;justify-content:space-between;padding:20px 150px 0}@media (max-width:768px){.error-page__header{display:none}}.error-page__footer{padding-bottom:35px;color:rgba(0,0,0,.2);font-size:14px;line-height:1.5em}.error-page__container{display:flex;flex:1}.logo__icon-logo{margin:0 2px 0 0}.logo{display:flex;align-items:center;color:#333d46}.logo_size_xs .logo__img,.logo_size_xs .logo__link{height:22px}.logo_size_s .logo__img,.logo_size_s .logo__link{height:32px}.logo_size_l .logo__img,.logo_size_l .logo__link{height:40px}.logo_theme_dark{color:#fff}.logo__link{display:flex;align-items:center;height:36px;margin-right:5px;color:currentColor}.logo__img{height:36px}.icon-logo_type_ya-en.icon-logo_theme_original path,.icon-logo_type_ya-ru.icon-logo_theme_original path{fill:#f33}.icon-logo_type_ya-en.icon-logo_theme_black path,.icon-logo_type_ya-ru.icon-logo_theme_black path{fill:#000}.icon-logo_type_ya-en.icon-logo_theme_white path,.icon-logo_type_ya-ru.icon-logo_theme_white path{fill:#fff}.icon{display:inline-block;text-align:center;background:50% no-repeat;background-size:contain}.icon:after{content:"\00A0"}.icon_hidden{display:none}.error-page__not-found-description{max-width:530px}@media (max-width:768px){.error-page__not-found-description{max-width:416px}}@keyframes fadeIn{0%{opacity:0}}@keyframes fadeOut{to{opacity:0}}@keyframes rotation{to{transform:rotate(1turn)}}.fade-enter-active,.fade-exit-active{transition:all 1s ease-out}.fade-slide-up-enter{transform:translateY(15%);opacity:.01}.fade-slide-up-enter-active{transition:transform .2s ease-out,opacity .2s ease-out;transform:none;opacity:1}.fade-slide-up-exit{transform:none;opacity:1}.fade-slide-up-exit-active{transition:transform .2s ease-out,opacity .2s ease-out;transform:translateY(15%);opacity:.01}.slide-right-enter,.slide-right-exit-active{transform:translateX(-100%)}.slide-left-enter,.slide-left-exit-active{transform:translateX(100%)}.slide-left-enter,.slide-left-enter-active,.slide-left-exit,.slide-left-exit-active,.slide-right-enter,.slide-right-enter-active,.slide-right-exit,.slide-right-exit-active{will-change:transform}.slide-left-enter-active,.slide-right-enter-active{transition:transform .65s cubic-bezier(.2,1,.3,1);transition-delay:.1s;transform:translateX(0)}.slide-left-exit,.slide-right-exit{transform:translateX(0)}@keyframes shake{12.5%{transform:translateX(12px)}25%{transform:translateX(0)}37.5%{transform:translateX(-5px)}50%{transform:translateX(0)}62.5%{transform:translateX(3px)}75%{transform:translateX(0)}87.5%{transform:translateX(-2px)}to{transform:translateX(0)}}.error-page__forbidden-description{max-width:530px}@media (max-width:768px){.error-page__forbidden-description{max-width:416px}}.base-markdown img{max-width:100%}.base-markdown_list-style_arrow{position:relative}.base-markdown_list-style_arrow li{list-style:none}.base-markdown_list-style_arrow li:before{position:absolute;left:0;display:inline-block;margin-right:.8em;content:"→"}@keyframes menuFadeIn{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}to{visibility:visible;opacity:1}}@keyframes theoryFragmentAppearance{0%{transform:translateY(20px);opacity:0}to{transform:none;opacity:1}}.fade-enter{opacity:.01}.fade-enter-active{transition:all .2s ease-out;opacity:1}.fade-exit{opacity:1}.fade-exit-active{transition:all .2s ease-out;opacity:.01}.scale-fade-enter{transform:scale(.01)}.scale-fade-enter-active{transition:all .25s ease-out;transform:scale(1)}.scale-fade-exit{transform:scale(1)}.scale-fade-exit-active{transition:all .25s ease-out;transform:scale(.01)}@keyframes placeholder-animation{0%{background-position:0 50%}65%{background-position:0 50%}to{background-position:1400px 50%}}.highlight{position:relative;z-index:1}.highlight__background-image{position:absolute;top:-1em;left:-.4em;display:block;width:calc(100% + .8em);height:calc(100% + 1.2em);background-repeat:no-repeat;background-size:100% 100%}